Gets policies by a list of IDs
Gets policies by a list of IDs
- application/json
Request Body array required
- string
Responses
- 200
The list of policy definitions
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"id": "string",
"name": "string",
"type": "string",
"payload": {},
"target": "string",
"edcPolicyType": "string",
"governanceStatus": "string",
"syncStatus": "string",
"createdAt": "2024-02-27",
"createdBy": "string",
"modifiedAt": "2024-02-27",
"modifiedBy": "string",
"isDeleted": true
}
]
}
}
POST /policydefinitions/list
Request
Request
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'